home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / Flex-Able 1.0 / FADocs / form.able < prev    next >
Text File  |  1999-08-29  |  701b  |  33 lines

  1. <html>
  2.     <head>
  3.         <link rel=stylesheet type="text/css" HREF="fa.css">
  4.         <title>Flex-Able: Form Processing</title>
  5.     </head>
  6. <body>
  7.  
  8. <DIV CLASS="topic">Test Form Processing</DIV>
  9. <p><br>
  10. <p><br>
  11.  
  12. <h2>The field values are:</h2>
  13. <:set form <:read_form>>
  14. <ul>
  15. <:foreach name value form>
  16.     <:echo "<b>" name "</b>:" value " (" <:type_of value> ") <br>">
  17.     <:ifequal <:type_of value> "FSSP">
  18.         <blockquote><pre><:include_file value></pre></blockquote>
  19.     <:/ifequal>
  20. <:/foreach>
  21. </ul>
  22. <P>
  23.  
  24. <h2>The checkbox values are:</h2>
  25. <ul><:foreach name value form["checks"]>
  26.     <:echo "<b>" name "</b>:" value "<br>">
  27. <:/foreach></ul><P>
  28.  
  29. <hr>
  30. <A HREF="quickstart.html" CLASS="back">back to Quick Start</A> 
  31. </body>
  32. </html> 
  33.